home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / arexx / t_paint / tpainter.lha / TPrexx / Blocks / TP7x7clear.rexx < prev    next >
OS/2 REXX Batch file  |  1995-01-23  |  759b  |  29 lines

  1. /* CF TP 7x7 Clear */
  2. address 'DigiPaint'
  3. 'Aoff'
  4. 'Brt6'            /* square brush */
  5. 'Bsz1'            /* small brush */
  6. 'Drre'            /* draw fill rect */
  7. 'Tron'            /* no background */
  8. 'Scis'            /* scissors */ 
  9. 'Pend' 0 0        /* top left */
  10. 'Penu' 752 480    /* bottom right */
  11. 'Bcop'            /* copy bru */
  12. 'Drre'            /* draw fill rect */
  13. 'Warp'            /* text-map mode */
  14. 'Txup'            /* 2 tile */
  15. 'Tyup'
  16. 'Txup'            /* 3 tile */
  17. 'Tyup'
  18. 'Txup'            /* 4 tile */
  19. 'Tyup'
  20. 'Txup'            /* 5 tile */
  21. 'Tyup'
  22. 'Txup'            /* 6 tile */
  23. 'Tyup'
  24. 'Txup'            /* 7 x tile */         
  25. 'Tyup'
  26. 'Swap'            /* swap screen */
  27. 'Whsc'            /* whole screen */
  28.  exit               /* bye bye */
  29.